home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / emulation / c64gfx / c64gfx.doc < prev    next >
Text File  |  1999-05-14  |  2KB  |  54 lines

  1.  
  2.                         C64Gfx1.5
  3.            A C64 grafix format conversion package
  4.  
  5.  
  6.            ©1991-99  Pasi 'Albert' Ojala
  7.  
  8.            E-mail:    albert@cs.tut.fi
  9.        WWW:        http://www.cs.tut.fi/~albert/
  10.  
  11. This package contains programs which are used to convert portable pixmap
  12. (PPM) files to C64 graphics formats (FLI and koala, and two 'new' formats,
  13. Flash FLI and BigFLI) and back to PPM (and back to IFF-ILBM in Amiga).
  14. A program converting PrintFox/PageFox/EddiFox picture into PPM is also
  15. included.  The package includes ANSI-C source codes for the programs, so
  16. they are also compilable in any environment with an ANSI-C compliant
  17. compiler.
  18.  
  19. In addition to this package you need e.g.  PBMPlus to convert Amiga
  20. IFF-ILBM files (or GIF or JPEG files) to ppm first.  And of course some
  21. way to transfer files between the machines, maybe my c1581-handler.
  22.  
  23. This package may be freely distributed as long as all of the original
  24. files are included.  It is permitted to add more example pictures or
  25. documentation.  This package may not be distributed as a part of a
  26. commercial release without a written permission from the author.
  27.  
  28. I still retain rights to the sources and changed source code may not
  29. be distributed in any form.  However, you are allowed to use the ideas
  30. and methods found from the source codes.
  31.  
  32.  
  33.  
  34. Send any suggestions, comments, pictures, additional documents and
  35. possible bug reports to the E-mail address written in the beginning of
  36. this file.  Don't hesitate to send mail if you need to know something,
  37. even about C64 in general.  Of course I have to reserve the right not
  38. to answer :-)
  39.  
  40. -Pasi
  41.  
  42.  
  43. Release history:
  44. ------------------------------------------------------------------------
  45. 1.0    07-Jun-92    First released version, Amiga-compilable sources
  46. 1.1    23-Jul-92    Unix-compilable sources
  47. 1.2    18-Mar-93    Enhancements, better dithering, NTSC-fliviewer
  48. 1.3    09-Jan-94    A bug fix in flitoppm ANSI-C code, new examples
  49. 1.4    22-Feb-95    FFLI and BFLI, c64toilbm and c64toppm programs
  50. 1.5    30-Jul-98    Faster color conversion, reduced memory consumption
  51.             and other small changes. Foxtoppm mostly rewritten.
  52. (1.6    the future    Will have a VIC-20 graphics converter, I promise :-)
  53. ------------------------------------------------------------------------
  54.